﻿@charset "UTF-8";
/* author:LTQ;*/
/* author:LTQ;*/
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: #dee2eb;
}

.circle {
  margin: 0.4rem auto;
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(221, 44, 23, 0.5);
  box-shadow: -0.1rem 0px 0px white;
  border-radius: 50%;
  animation: circle_classic 1s ease-in-out infinite alternate;
}

.w {
  width: 14.48rem;
  margin: 0 auto;
}

.header_con {
  width: 100%;
  background: #fff;
}
.index-banner{height: 5.85rem;}
.header_con .index-banner {
  position: relative;
}

.header_con .index-banner .swiper-container {
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide {
  position: relative;
}

.header_con .index-banner .swiper-container .swiper-slide .u-img {
  display: block;
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 200vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center; align-items: center;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text {
  margin-bottom: 0;
  max-width: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text img {
  display: block;
  margin-left: 0;
  max-width: 100%;padding-bottom: 40px;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn {
  font-size: 0.26rem;
  width: 2.25rem;
  height: 0.82rem;
  line-height: 0.82rem;
  border-radius: 0.41rem;
  font-weight: 400;
  margin: 0;
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  transition: all 0.3s;
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn .u-iocn {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem 0;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn:hover {
  background: linear-gradient(90deg, #ff7108 0%, #ec3a14 100%);
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.06rem;
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd2c17;
}

/*cloud*/
body {
  background-color: #fff;
}

/*主题色*/
.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.u-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-fill-btn {
  display: table;
  margin: 0 auto;
  background: #dd2c17;
  text-align: center;
  font-size: 0.34rem;
  padding: 0 0.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.5);
}

.m-fill-btn:hover {
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.m-linear-btn {
  display: table;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 0.22rem;
  padding: 0 0.4rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.46rem;
  color: #dd2c17;
  border: 0.02rem solid rgba(221, 44, 23, 0.5);
}

.m-title .u-tit {
  color: #393939;
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.m-title .sub-tit {
  color: #000;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.06rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-top: 0.1rem;
}

.m-title.textWhite .u-tit {
  color: #fff;
}

.m-title.textWhite .sub-tit {
  color: #fff;
}

.tip-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.06);
}

.tip-box .icon {
  background-position: -0.32rem -0.73rem;
  display: block;
  width: 0.42rem;
  height: 0.36rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.tip-box .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tip-box .logo-box a {
  display: block;
  width: 2.12rem;
  height: 0.93rem;
  margin-top: 0.1rem;
}

.tip-box .logo-box .u-img {
  height: 0.8rem;
  margin: 0;
}

.tip-box .city-box {
  margin-top: 0.1rem;
}

.tip-box .city-box .now {
  display: flex;
  padding: 0.1rem 0.15rem 0.07rem 0.15rem;
  border: #dd2c17 solid 0.01rem;
  color: #dd2c17;
  border-radius: 0.3rem;
}

.tip-box .city-box .now span {
  margin-right: 0.05rem;
}

.tip-box .city-box .now i {
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top-color: #dd2c17;
  transform: translateY(0.06rem);
}

.tip-box .city-box .city-out-box {
  position: fixed;
  display: none;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 0.9rem);
  z-index: 100;
  background: #fff;
}

.tip-box .city-box .city-out-box .l-city-box {
  display: flex;
  flex-wrap: wrap;
}

.tip-box .city-box .city-out-box .l-city-box a {
  border-radius: 0.1rem;
  margin: 0.2rem;
  font-size: 0.26rem; text-align: center;
  color: #333333;
}

.tip-box .city-box .city-out-box .l-city-box a:hover {
  color: #dd2c17;
  background: #f8f8f8;
}

.tip-box .wap-tel {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.tip-box .wap-tel img {
  margin-top: 0.05rem;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}

.tip-box .wap-tel .text {
  padding-top: 0.08rem;
}

.tip-box .wap-tel .text p {
  font-size: 0.18rem;
  color: #333;
  opacity: 0.85;
  letter-spacing: 0.04rem;
}

.tip-box .wap-tel .text a {
  font-size: 0.22rem;
  color: #333;
}

.tip-box .hamburger {
  padding: 0;
  transform: scale(0.6);
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}

.tip-box .hamburger .hamburger-box {
  width: 24px;
  height: 24px;
}

.tip-box .hamburger .hamburger-inner,
.tip-box .hamburger .hamburger-inner:after,
.tip-box .hamburger .hamburger-inner:before {
  background-color: #dd2c17;
}

.tip-box .hamburger .hamburger.is-active .hamburger-inner,
.tip-box .hamburger .hamburger.is-active .hamburger-inner:after,
.tip-box .hamburger .hamburger.is-active .hamburger-inner:before {
  background-color: #dd2c17;
}

.tip-box .nav-box {
  display: none;
  position: fixed;
  margin-left: auto;
  width: 100%;
  height: calc(100vh - 0.9rem);
  background-color: #fff;
  z-index: 100;
  top: 0.9rem;
  left: 0;
}

.tip-box .nav-box .nav {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  flex-wrap: wrap;
  padding: 0rem 0.2rem 0;
}

.tip-box .nav-box .nav .nav-item {
  display: block;
  width: 100%;
  margin-right: 0.45rem;
}

.tip-box .nav-box .nav .nav-item::after {
  content: "";
  display: block;
  height: 2px;
  background: #dd2c17;
  border-radius: 1px;
  opacity: 0;
  width: 0;
}

.tip-box .nav-box .nav .nav-item:hover::after, .tip-box .nav-box .nav .nav-item.active::after {
  opacity: 1;
  width: 100%;
  transition: all 0.3s;
}

.tip-box .nav-box .nav .nav-item:hover .nav-link, .tip-box .nav-box .nav .nav-item.active .nav-link {
  font-weight: bold;
  font-size: 0.42rem;
}

.tip-box .nav-box .nav .nav-item .nav-link {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  font-size: 0.32rem;
  line-height: 1rem;
  padding: 0 0.2rem;
}

.tip-box .nav-box .close {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: url(../images/x.png) no-repeat center;
  background-size: 0.16rem;
  box-shadow: 0 0 0.1rem 0 rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 0.5rem;
  position: fixed;
  bottom: 10%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 0.8rem;
  filter: invert(100%);
  opacity: 0.5;
  display: none;
}

.tip-box .m-earch {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin-bottom: 0.28rem;
  position: relative;
  cursor: pointer;
}

.tip-box .m-earch::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.2rem;
  background: #dd2c17;
  position: absolute;
  top: 0;
  left: -0.25rem;
}

.tip-box .search-layer {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  top: -1.5rem;
  left: 0;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  padding: 0.2rem;
}

.tip-box .search-layer .icon,
.tip-box .search-layer .close {
  display: block;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
}

.tip-box .search-layer .icon::before,
.tip-box .search-layer .close::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin: 0.14rem auto;
}

.tip-box .search-layer .icon {
  border-radius: 0.5rem 0 0 0.5rem;
}

.tip-box .search-layer .icon::before {
  margin: 0.29rem auto;
  transform: scale(1.2);
}

.tip-box .search-layer .close {
  background-color: #dd2c17;
  border-radius: 0 0.4rem 0.4rem 0;
}

.tip-box .search-layer .close::before {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0 -0.58rem;
  opacity: 0.45;
  margin: 0.24rem auto;
  transform: scale(1.1);
}

.tip-box .search-layer .text {
  border: 0.01rem solid #f5f5f5;
  outline: none;
  color: #333;
  flex-grow: 1;
  padding: 0 0 0 0.3rem;
  line-height: 0.78rem;
  font-size: 0.26rem;
}

.map-box {
  display: flex;
  background: #f8f8f8;
  padding: 0.4rem;
}

.map-box p {
  width: 20%;
  color: #141212;
  font-size: 0.26rem;
}

.map-box .link {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.map-box .link a {
  font-size: 0.24rem;
  margin: 0 0.1rem 0.1rem 0;
}


.recruit-box {
  position: fixed;
  bottom: 0.98rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: rgba(13, 12, 46, 0.65);
  box-shadow: 0 2px 0.13rem 0 rgba(45, 56, 82, 0.4);
  z-index: 10;
}

.recruit-box .area {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.recruit-box .area .left-column {
  position: relative;
}

.recruit-box .area .left-column img {
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  z-index: 9;
  width: 2.31rem;
}

.recruit-box .area .left-column .u-text {
  position: relative;
  z-index: 10;
  padding-left: 1.05rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
  background: linear-gradient(0deg, #f56517 15%, #fff 50%);
  -webkit-text-fill-color: transparent;
}

.recruit-box .area .right-column {
  display: flex;
}

.recruit-box .area .right-column .Tele {
  display: flex;
  align-items: center;
}

.recruit-box .area .right-column .Tele .icon {
  display: block;
  width: 0.25rem;
  height: 0.29rem;
  background-image: url(../images/icon.png);
  background-position: -0.21rem 0;
  background-size: 3rem;
  margin-right: 0.15rem;
}

.recruit-box .area .right-column .Tele span {
  display: block;
  font-size: 0.32rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
}

.recruit-box .area .right-column .online {
  display: flex;
}

.recruit-box .area .right-column .online span {
  display: block;
  margin: 0.1rem 0 0.1rem 0.2rem;
  width: 1.87rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #e73510, #f96b03);
  border-radius: 0.2rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
}

.recruit-box .area .right-column .online .icon {
  display: block;
  width: 0.14rem;
  height: 0.15rem;
  background-image: url(../images/icon.png);
  background-position: -0.46rem 0;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  cursor: pointer;
  background-size: 3rem;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.popup .u-img {
  width: 100%;
  height: 100%;
}

.popup .consult-btn {
  position: absolute;
  left: 50%;
  bottom: -0.15rem;
  transform: translate(-50%, 0);
  display: block;
  width: 2.05rem;
  height: 0.59rem;
  background: url(../images/moerbtn.png) no-repeat center/cover;
}

.popup .close {
  position: absolute;
  right: 0.42rem;
  top: 0.55rem;
  z-index: 100;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon.png);
  background-position: 0 -0.58rem;
  background-size: 3rem;
  cursor: pointer;
}

.fixedright-box {
  position: fixed;
  right: -0.03rem;
  top: 25%;
  z-index: 100;
}

.fixedright-box ul {
  background-color: #fff;
  padding: 0.1rem 0.11rem;
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  border-radius: 0.1rem 0 0 0.1rem;
}

.fixedright-box ul li {
  border-bottom: 0.01rem solid #ccc;
  padding-top: 0.15rem;
  position: relative;
}

.fixedright-box ul li a {
  position: relative;
  z-index: 5;
}

.fixedright-box ul li a .icon {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.fixedright-box ul li a label {
  display: block;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}

.fixedright-box ul li:nth-child(1) {
  padding-top: 0;
}

.fixedright-box ul li:nth-child(1) a .icon {
  background-position: -0.44rem -0.4rem;
}

.fixedright-box ul li:nth-child(2) a .icon {
  background-position: -0.72rem -0.4rem;
}

.fixedright-box ul li:nth-child(2):hover .m-text {
  right: 0.36rem;
}

.fixedright-box ul li:nth-child(3) {
  border: none;
}

.fixedright-box ul li:nth-child(3) a .icon {
  background-position: -1rem -0.4rem;
}

.fixedright-box ul li:nth-child(3):hover .erwei {
  right: 0.67rem;
}

.fixedright-box ul li .m-text {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 2.92rem;
  height: 0.84rem;
  z-index: 2;
  background: url(../images/phonebg.png) no-repeat center/cover;
  padding: 0.18rem 0.3rem 0.2rem 0.6rem;
  text-align: center;
  transition: all 0.3s;
}

.fixedright-box ul li .m-text span {
  font-size: 0.22rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .m-text p {
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .erwei {
  width: 1.56rem;
  height: 1.95rem;
  transition: all 0.3s;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  z-index: 2;
  right: -2rem;
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  overflow: hidden;
}

.fixedright-box ul li .erwei img {
  display: block;
  width: 100%;
  height: auto;
}

.fixedright-box ul li .erwei .text {
  background: linear-gradient(115deg, #ff7200, #ff4200, #cd281f);
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}

.fixedright-box .goTop {
  margin-top: 0.15rem;
  height: 0.46rem;
  background: #000033;
  border-radius: 0.1rem 0 0 0.1rem;
  padding-top: 0.18rem;
}

.fixedright-box .goTop a {
  display: block;
  width: 0.18rem;
  height: 0.1rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem -0.48rem;
  margin: 0 auto;
}

.fix-footer {
  height: 0.98rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2c17;
}

.fix-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
}

.fix-footer a .icon {
  display: block;
  width: 0.42rem;
  height: 0.36rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.fix-footer a p {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}

.fix-footer a.nav .icon {
  background-position: -0.32rem -0.73rem;
}

.fix-footer a.tel .icon {
  background-position: -0.74rem -0.73rem;
}

.fix-footer a.serv .icon {
  background-position: -1.16rem -0.73rem;
}

.fix-footer a.address .icon {
  background-position: -1.58rem -0.73rem;
}

.fix-footer a.search .icon {
  background-position: -2rem -0.73rem;
}

@keyframes circle_classic {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}

.area {
  max-width: 100%;
  padding: 0 0.2rem;
}

body {
  padding: 0;
  margin: 0 auto;
}

.header_con {
  position: relative;
  z-index: 1;
/*  height: 5.85rem;*/
  overflow: hidden;
  margin-top: 0.9rem;
}

.header_con .banner_con {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_con .banner_con .back-img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.header_con .banner_con .tips {
  position: relative;
  width: 7.44rem;
  height: 2.98rem;
}

.header_con .banner_con .btnBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  width: 90%;
  padding: 0 0.6rem;
  margin-top: 0.4rem;
  background: linear-gradient(-73deg, #ff7200, #ff4200, #cd281f);
  box-shadow: 0rem 0.05rem 0.15rem 0rem #fd4608;
  border-radius: 0.4rem;
}

.header_con .banner_con .btnBox p {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 0.4rem;
}

.header_con .banner_con .btnBox .u-img {
  width: 0.19rem;
}

.tabs {
  display: flex;
  align-items: center;
  height: 0.97rem;
  width: 100%;
  padding: 0 0.2rem;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(153, 153, 153, 0.28);
}

.tabs .contenr_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs .contenr_tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 0.52rem;
  width: 6rem;
  padding: 0 0.2rem;
}

.tabs .contenr_tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 100%;
  height: 100%;
}

.tabs .contenr_tabs .active {
  background: #dd2c17;
  box-shadow: 0px 0px 10px 0px rgba(221, 44, 23, 0.51);
  border-radius: 0.24rem;
}

.tabs .contenr_tabs .active a {
  color: #fff;
}

.nomore {
  font-size: 0.18rem;
  color: #c1c1c1;
  text-align: center;
  padding: 0.2rem 0;
}

.width100p {
  display: flex;
  width: 100%;
  padding: 0.2rem 0;
}

.consult-list {
  background: #f2f2f2;
  padding-top: 0.2rem;
  /* padding-bottom: 0.5rem; */
}

.consult-list .grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.consult-list .grid .list-box-bg {
  border: 0.01rem solid #eaeaea;
  background: #fff;
  border-radius: 0.14rem 0.14rem 0rem 0rem;
}

.consult-list .grid .list-box-bq {
  margin-top: 0.15rem;
  border: 0.01rem solid #eaeaea;
  border-radius: 0.04rem;
  background: #fff;
}

.consult-list .grid .list-header {
  height: 0.7rem;
  line-height: 0.7rem;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  color: #c1c1c1;
  border-bottom: 0.01rem solid #eaeaea;
  font-size: 0.26rem;
}

.consult-list .grid .list-header a:hover {
  color: #dd2c17;
}

.consult-list .grid .list-box {
  width: 100%;
  margin-right: 0.4rem;
  background: #ffffff;
  border: 0.01rem solid #eaeaea;
  border-radius: 0.14rem 0.14rem 0rem 0rem;
}

.consult-list .grid .list-box .list-content {
  padding-left: 0.2rem;
  padding-right: 0.15rem;
}

.consult-list .grid ul li {
  border-bottom: 0.01rem solid #eaeaea;
}

.consult-list .grid ul li a {
  display: flex;
  align-items: center;
}

.consult-list .grid ul li a .title {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333;
  font-size: 0.18rem;
  font-size: 0.26rem;
}

.consult-list .grid ul li a .tag {
  color: #999;
  font-size: 0.14rem;
  margin-bottom: 0.14rem;
  font-size: 0.2rem;
}

.consult-list .grid ul li a .tag span:last-child {
  margin-left: 0.3rem;
}

.consult-list .grid ul li a img {
  width: 1.3rem;
  height: 0.9rem;
  margin-right: 0.15rem;
  transition: 0.2s;
}

.consult-list .grid ul li a:hover .title {
  color: #dd2c17;
}

.consult-list .grid ul li a:hover img {
  scale: 1.1;
}

.consult-list .grid li:last-child {
  border-bottom: none;
}

.consult-list .grid .hot-ques {
  width: 100%;
  border-radius: 0.04rem;
  margin-top: 0.4rem;
}

.consult-list .grid .hot-ques .list-content {
  padding: 0.1rem 0;
}

.consult-list .grid .hot-ques li {
  border-bottom: none;
}

.consult-list .grid .hot-ques li a .title {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
}

.consult-list .grid .hot-ques li a .title span {
  color: #b78a87;
}

.consult-list .grid .hot-ques ul li a .title {
  height: 0.7rem;
  line-height: 0.7rem;
}

.consult-list .page-bar {
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.consult-list .page-bar a {
  height: 0.4rem;
  background: #ffffff;
  border: 0.01rem solid #e1e1e1;
  font-size: 0.18rem;
  color: #8a8a8a;
  line-height: 0.4rem;
  display: block;
  text-align: center;
  margin-right: 0.08rem;
  box-sizing: content-box;
}

.consult-list .page-bar a:hover {
  background: #dd2c17;
  border: 0.01rem solid #dd2c17;
  color: #ffffff;
}

.consult-list .page-bar .number {
  width: 0.4rem;
}

.consult-list .page-bar .text {
  width: 0.7rem;
}

.consult-list .page-bar .active {
  background: #dd2c17;
  border: 0.01rem solid #dd2c17;
  color: #ffffff;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more .more-btn {
  font-size: 0.26rem;
    width: 2.25rem;
    height: 0.82rem;
    line-height: 0.82rem; text-align: center;
    border-radius: 0.41rem;
    font-weight: 400;
    margin: 0.5rem; color: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
    transition: all 0.3s;
    background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
    padding: 0 0.4rem;
}

.m-pages {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.m-pages a,.m-pages .pages .page,.m-pages .pre,.m-pages .next {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.48rem;
  border: 0.01rem solid #dedede;
  border-left: none;
  padding: 0 0.2rem;
}
.m-pages a:first-child,.m-pages .pre{
  border-left: 0.01rem solid #dedede;
}

.m-pages a.pageprv {
  border-left: 0.01rem solid #dedede;
}

.m-pages a.current,
.m-pages a:hover,.m-pages .pages .current{
  color: #fff;
  background-color: #e42919;
  border-color: #e42919;
}

.btn {
  font-size: 0.18rem;
  background: transparent;
  border-color: #ccc;
}

.btn:hover {
  background: #ea623d;
  color: #fff;
}

.list-tag li {
  margin: 0 0.05rem 0.07rem 0;
  display: inline;
}

.rmbq_left {
  margin-top: 0.2rem;
  background: #fff;
}

.rmbq_left h3 {
  height: 0.48rem;
  position: relative;
  font-size: 0.18rem;
  text-align: left;
  color: #c1c1c1;
  line-height: 0.48rem;
  background-color: #fff;
  text-indent: 0.19rem;
  font-weight: bold;
  border-bottom: 0.01rem solid #eaeaea;
}

.subList {
  padding: 0.2rem;
  margin-bottom: 0.35rem;
  margin-top: -0.1rem;
  border-top: none;
}

.subList li {
  padding-left: 0.19rem;
  background: url(../images/tran02.png) no-repeat 0.05rem center;
  border-bottom: 0.01rem dashed #cccccc;
}

.subList li a {
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 0.13rem;
}

.subList.taglist li {
  display: flex;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding-left: 0;
  justify-content: space-between;
}

.subList.taglist li a {
  border: 0.015rem solid #eee;
  width: 1rem;
  margin-top: 0.09rem;
  padding-left: 0.1rem;
}

.subList.taglist li a:hover {
  background: #ea623d;
  color: #fff;
  white-space: normal;
  line-height: 0.3rem;
}

.index-banner {
  position: relative;
  overflow: hidden;
}

.index-banner .swiper-container {
  height: 100%;
}

.index-banner .swiper-container .swiper-slide {
  position: relative;
}

.index-banner .swiper-container .swiper-slide .u-img {
  display: block;
  height: 100%;
}

.index-banner .swiper-container .swiper-slide .m-text {
  position: absolute;
  width: 14.5rem;
  height: 100%;
  top: 200vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translate(-50%, -54%);
}

.index-banner .swiper-container .swiper-slide .m-text .pic-text {
  margin-bottom: 0.8rem;
  width: 80%;
}

.index-banner .swiper-container .swiper-slide .m-text .pic-text img {
  display: block;
  margin-left: 0;
  max-width: 100%;
}

.index-banner .swiper-container .swiper-slide .m-text .m-fill-btn {
  width: 2.65rem;
  margin: 0;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#ec3a14), to(#ff7108));
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.index-banner .swiper-container .swiper-slide .m-text .m-fill-btn .u-iocn {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.08rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem 0;
  transform: translateY(0.03rem);
}

.index-banner .swiper-container .swiper-slide .m-text .m-fill-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff7108), to(#ec3a14));
  background: linear-gradient(90deg, #ff7108 0%, #ec3a14 100%);
}

.index-banner .swiper-pagination {
  margin-bottom: 0.4rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.06rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd2c17;
}

.l-left {
  width: 30%;
  margin-right: 0.2rem;
  height: 70px;
}

.l-left .u-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.l-left .u-img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.l-right {
  width: 70%;
}

.l-right .title {
  font-size: 0.28rem;
}

.l-right .intro {
  font-size: 0.26rem;
}

.l-right .time {
  font-size: 0.26rem; display: none;
}

.contact {
  display: flex;
  width: 100%;
  height: 1.95rem;
  padding: 0.4rem;
  background: linear-gradient(0deg, #e23a13, #f9790b);
  border: 0.01rem solid #eaeaea;
  border-radius: 0.14rem;
  margin-bottom: 0.3rem;
}

.contact .u-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border: 0.02rem solid #cc281f;
}

.contact .u-img img {
  display: block;
  object-fit: contain;
  height: auto;
  width: 100%;
  object-position: center;
}

.contact .right {
  display: flex;
  flex-direction: column;
  margin-left: 0.27rem;
  padding: 0.2rem 0;
}

.contact .right p {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.15rem;
  text-align: center;
}

.contact .right a {
  transition: 0.2s;
  width: 1.11rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(185, 27, 8, 0.36);
  border-radius: 0.2rem;
  border: #ffffff solid 0.01rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.38rem;
  text-align: center;
}

.contact .right a:hover {
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(255, 255, 255, 0.8);
}

.caseDetall .contenr {
  height: auto;
  width: 100%;
  background-size: 100% 100%;
  box-shadow: 1px 2px 10px rgba(44, 44, 44, 0.17);
  padding-bottom: 0.3rem;
}

.caseDetall .contenr .contenr-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caseDetall .contenr .contenr-banner .contenr-left {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  height: auto;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h {
  border-bottom: 0.01rem solid #e0e0e0;
  height: auto;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h .back {
  display: none;
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.16rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
  box-shadow: 0px 0px 13px 0px rgba(81, 100, 118, 0.43);
  color: #fff;
  margin: 10px 0;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h .left-h-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h .left-h-name h3 {
  font-weight: normal;
  margin: 0.4rem 0 0.2rem 0;
  font-size: 0.3rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h .left-h-name h1 {
  font-size: 0.24rem;
  font-weight: normal;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h .left-h-name span {
  display: none;
  width: 1.25rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  font-size: 0.16rem;
  border-radius: 0.22rem;
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
  box-shadow: 0px 0px 13px 0px rgba(81, 100, 118, 0.43);
  color: #fff;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-h .left-h-time p {
  margin-bottom: 0.12rem;
  color: #7e7e7e;
  font-size: 0.2rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.4rem;
  height: auto;
  width: 100%;
  border-bottom: 0.01rem solid #e0e0e0;
  overflow: hidden;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b .left-b-con {
  font-size: 14px;
  line-height: 23px;
  margin-top: 15px;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b .left-b-con p {
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b .left-b-con p,
.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b .left-b-con p span{
  text-wrap:inherit !important;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b .left-b-con img {
  width: 100% !important;
  height: auto;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-b .left-b-phone p {
  margin: 0.18rem 0;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f {
  width: 100%;
  max-height: 1.3rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.45rem;
  width: 100%;
  background: #f9f2ed;
  border-radius: 0.2rem;
  border: 0.01rem solid #eae5e1;
  flex-wrap: wrap;
  height: auto;
  padding: 0.24rem;
  max-height: 1.4rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food .f-food-left {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  max-height: .4rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food .f-food-left p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #898785;
  font-size: 0.10rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food .f-food-left p span {
  color: #333333;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food .f-food-right {
  max-width: none;
  width: 100%;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food .f-food-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #898785;
  font-size: 0.10rem;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food .f-food-right p span {
  color: #333333;
}

.caseDetall .contenr .contenr-banner .contenr-left .contenr-left-f .left-f-food a:hover {
  color: #ec3a14;
}

.caseDetall .contenr .contenr-banner .contenr-right {
  width: 90%;
  margin: 0 auto;
  max-height: 10rem;
  height: 100%;
  width: 90%;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h {
  width: 100%;
  padding-top: 0.53rem;
  overflow: hidden;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h .contact {
  display: flex;
  width: 373px;
  height: 195px;
  padding: 40px;
  background: linear-gradient(0deg, #e23a13, #f9790b);
  border: 1px solid #eaeaea;
  border-radius: 14px;
  margin-bottom: 30px;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h .contact .u-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #cc281f;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h .contact .right {
  display: flex;
  flex-direction: column;
  margin-left: 27px;
  padding: 20px 0;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h .contact .right p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h .contact .right a {
  transition: 0.2s;
  width: 111px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(185, 27, 8, 0.36);
  border-radius: 20px;
  border: #ffffff solid 1px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dd2c17;
  line-height: 38px;
  text-align: center;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-h .contact .right a:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-f {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.22rem 0.2rem;
  width: 100%;
  background-color: #fcfcfc;
  border: 0.01rem solid #ededed;
  border-bottom: 0.01rem solid #cccccc;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-item h3 {
  font-size: 0.24rem;
  color: #000;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-item a {
  display: inline-block;
  color: #999;
  font-size: 0.16rem;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-item a:hover {
  color: #ed350b;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-content {
  padding-top: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 3.2rem;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-content li {
  height: auto;
  display: block;
  max-height: .6rem;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-content li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  margin-left: 0.3rem;
  max-width: 100%;
  font-size: 13px;
  line-height: 0.6rem;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-content li:hover {
  position: relative;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-content li:hover a {
  color: #eb340c;
}

.caseDetall .contenr .contenr-banner .contenr-right .contenr-right-content li:hover a::before {
  content: " ";
  display: block;
  width: 0.07rem;
  background: #eb340c;
  height: 0.07rem;
  position: absolute;
  border-radius: 50%;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}

.l-btn {
  width: 1.25rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  font-size: 0.16rem;
  border-radius: 0.22rem;
  background: #ec3a14;
  box-shadow: 0px 0px 13px 0px rgba(81, 100, 118, 0.43);
  color: #fff;
}

.l-btn:hover {
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.l-crumbs {
  display: flex;
  margin-bottom: 0.18rem;
  font-size: 0.14rem;
}

.l-crumbs a {
  margin: 0 0.1rem;
  color: #7e7e7e;
}

.l-crumbs a:first-child {
  margin: 0 0.1rem 0 0;
}

.l-crumbs a:hover {
  color: #ec3a14;
}

.m-pages .page{ display:inline-block; }

.zpxq-box{
	display: block;
    width: 3rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: linear-gradient(90deg, #EC3A14 0%, #FF7108 100%);
    font-size: .2rem;
    color: #fff;
    border-radius: .12rem;
    margin-top: .35rem;
    float: right;
    cursor: pointer;
}